From 93b409f1d3a641435b57f51d660d90735ab7850d Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Tue, 17 Mar 2015 08:22:44 +0100 Subject: [PATCH] Fix a typo in the description of the links manifest key --- src/doc/build-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/build-script.md b/src/doc/build-script.md index 0ac897e97..8ee6e07d5 100644 --- a/src/doc/build-script.md +++ b/src/doc/build-script.md @@ -124,7 +124,7 @@ links = "foo" build = "build.rs" ``` -This manifest states that the packages links to the `libfoo` native library, and +This manifest states that the package links to the `libfoo` native library, and it also has a build script for locating and/or building the library. Cargo requires that a `build` command is specified if a `links` entry is also specified. -- 2.30.2